Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ListEx<TItem,TItemInterface> Class / AddRange Method

In This Topic
    AddRange Method (ListEx<TItem,TItemInterface>)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of TItem) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<TItem> collection
    )

    Parameters

    collection
    See Also